home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / ldb3_0demo.lzh / s / startup-sequence < prev    next >
Text File  |  1993-03-12  |  946b  |  29 lines

  1. echo "Legends Database V3.00"
  2. c:SetPatch >NIL: r ;patch system functions
  3. Addbuffers df0: 10
  4. cd c:
  5. Sys:System/FastMemFirst ; move C00000 memory to last in list
  6. BindDrivers
  7. SetClock load ;load system time from real time clock (A1000 owners should
  8.               ;replace the SetClock load with Date
  9. FF >NIL: -0 ;speed up Text
  10. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  11. resident c:Execute pure
  12. mount newcon:
  13. ;
  14. failat 11
  15. run execute s:StartupII ;This lets resident be used for rest of script
  16. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  17. ;
  18. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  19. SYS:System/pbl 300     ;activate screen blanker/mouse acellarator
  20. path ram: c: sys:system s: add ;set path for Workbench
  21. assign T: ram:
  22. execute ramc
  23. cd ram:
  24. assign DATA: "LegendsDB3.0 Data:data"
  25. assign T: "LegendsDB3.0 Data:t"
  26. cd "LegendsDB3.0:c"
  27. LoadWB delay  ;wait for inhibit to end before continuing
  28. endcli >NIL:
  29.